home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / update_h / _winfile / winman / script / msapps.int / msproof.wms < prev    next >
Encoding:
INI File  |  1994-04-10  |  2.7 KB  |  51 lines

  1. [Header]
  2. Name=MSPROOF.WMS
  3. Alias=Microsoft Proofing Tools (Speller...)
  4. Author=BrainWare / R.Schallberger
  5. Date_Written=3.4.94
  6. Changed_By=
  7. Changed_At=
  8. Change_Reason=
  9. Version=1.01
  10.   
  11. [Install]
  12.  if not file '%MSProof%\am\sp_am.lex' then goto NOAM
  13.  iniwrite 'Microsoft Word 2.0' 'Spelling 1033,0' '%MSProof%\msspell.dll,%MSProof%\am\sp_am.lex'
  14.  iniwrite 'Microsoft Word 2.0' 'Hyphenate 1033,0' '%MSProof%\hyph.dll,%MSProof%\am\hy_am.lex,%MSProof%\am\sp_am.lex'
  15.  iniwrite 'Microsoft Word 2.0' 'Thesaurus 1033,0' '%MSProof%\thes.dll,%MSProof%\am\th_am.lex'
  16.  iniwrite 'Microsoft Word 2.0' 'Grammar 1033,0' '%MSProof%\grammar.dll,%MSProof%\am\gr_am.lex'
  17. :NOAM
  18.  
  19.  if not file '%MSProof%\am\sp_br.lex' then goto NOBR
  20.  iniwrite 'Microsoft Word 2.0' 'Spelling 2057,0' '%MSProof%\msspell.dll,%MSProof%\br\sp_br.lex'
  21.  iniwrite 'Microsoft Word 2.0' 'Hyphenate 2057,0' '%MSProof%\hyph.dll,%MSProof%\br\hy_br.lex,%MSProof%\br\sp_br.lex'
  22.  iniwrite 'Microsoft Word 2.0' 'Thesaurus 2057,0' '%MSProof%\thes.dll,%MSProof%\br\th_br.lex'
  23.  iniwrite 'Microsoft Word 2.0' 'Grammar 2057,0' '%MSProof%\grammar.dll,%MSProof%\br\gr_br.lex'
  24. :NOBR
  25.  
  26.  if not file '%MSProof%\am\sp_fr.lex' then goto NOFR
  27.  iniwrite 'Microsoft Word 2.0' 'Spelling 1036,0' '%MSProof%\msspell.dll,%MSProof%\fr\sp_fr.lex'
  28.  iniwrite 'Microsoft Word 2.0' 'Hyphenate 1036,0' '%MSProof%\hyph.dll,%MSProof%\fr\hy_fr.lex,%AD%:%ADIR%\msapps\proof\fr\sp_fr.lex'
  29.  iniwrite 'Microsoft Word 2.0' 'Thesaurus 1036,0' '%MSProof%\thes.dll,%MSProof%\fr\th_fr.lex'
  30.  iniwrite 'Microsoft Word 2.0' 'Grammar 1036,0' '%MSProof%\grammar.dll,%MSProof%\fr\gr_fr.lex'
  31. :NOFR
  32.  
  33.  if not file '%MSProof%\am\sp_ge.lex' then goto NOGE
  34.  iniwrite 'Microsoft Word 2.0' 'Spelling 1031,0' '%MSProof%\msspell.dll,%MSProof%\proof\ge\sp_ge.lex'
  35.  iniwrite 'Microsoft Word 2.0' 'Hyphenate 1031,0' '%MSProof%\hyph.dll,%MSProof%\proof\ge\hy_ge.lex,%AD%:%ADIR%\msapps\proof\ge\sp_ge.lex'
  36.  iniwrite 'Microsoft Word 2.0' 'Thesaurus 1031,0' '%MSProof%\thes.dll,%MSProof%\ge\th_ge.lex'
  37. :NOGE
  38.  
  39.  if not file '%MSProof%\am\sp_it.lex' then goto NOIT
  40.  iniwrite 'Microsoft Word 2.0' 'Spelling 1040,0' '%MSProof%\msspell.dll,%MSProof%\it\sp_it.lex'
  41.  iniwrite 'Microsoft Word 2.0' 'Hyphenate 1040,0' '%MSProof%\hyph.dll,%MSProof%\it\hy_it.lex,%AD%:%ADIR%\msapps\proof\it\sp_it.lex'
  42.  iniwrite 'Microsoft Word 2.0' 'Thesaurus 1040,0' '%MSProof%\thes.dll,%MSProof%\it\th_it.lex'
  43.  iniwrite 'Microsoft Word 2.0' 'DOC-path' '%UD%:\WINWORD'
  44. :NOIT
  45.  
  46.  if not file '%MSProof%\msspell.dll' then goto NOPROOF
  47.  md '%MSUserProof%'
  48.  iniwrite 'MS Proofing Tools' 'Custom Dict 1' '%MSUserProof%\custom.dic'
  49.  iniwrite 'MS Proofing Tools' 'Spelling 1033,0' '%MSProof%\msspell.dll,%MSProof%\am\sp_am.lex'
  50. :NOPROOF
  51.